Skip to content

🚫 Disable Copilot

Learn how to easily disable Windows Copilot on your PC by modifying the Windows registry with this step-by-step guide.

⌨️ 1. Command Prompt


Follow these steps: 1. Press Windows + S to open the search bar. 2. Type cmd, then right-click Command Prompt and select Run as administrator.

πŸ”§ 2. Add the Registry Key to Disable Windows Copilot


Run the following command in Command Prompt to disable Windows Copilot by adding a registry key to your system:

reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f

To ensure the changes take effect, it’s a good idea to restart your computer.

βœ… Outcome


Once your system has restarted, you can verify that Windows Copilot is disabled by attempting to launch it (usually via the Windows + C shortcut). If it’s disabled successfully, Copilot should not open, and you’ll see no response from that key combination.

Alternatively, you can open Settings β†’ Privacy & Security β†’ Windows Copilot to check if the feature is disabled.